runtime.notifyList.notify (field)
7 uses
runtime (current package)
sema.go#L559: notify uint32
sema.go#L592: if less(t, l.notify) {
sema.go#L634: if l.wait.Load() == atomic.Load(&l.notify) {
sema.go#L649: atomic.Store(&l.notify, l.wait.Load())
sema.go#L671: if l.wait.Load() == atomic.Load(&l.notify) {
sema.go#L678: t := l.notify
sema.go#L685: atomic.Store(&l.notify, t+1)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)